home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso
/
mono
/
p.dxr
/
00066.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-06
|
259 b
|
18 lines
on exitFrame
startTimer()
if rollOver(4) then
go("CAPJ")
else
if rollOver(5) then
go("CAPE")
else
if rollOver(2) then
go(the frame)
else
startTimer()
go("start")
end if
end if
end if
end